PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFMeasure Class
Members
In This Topic
    PDFMeasure Class
    In This Topic
    Defines the bae class for spatial PDF measures.
    A measure specifies an alternative coordinate system for a region of a page. Along with the viewport, it provides the information needed to convert coordinates in the page's coordinate system to coordinates in the measuring coordinate system.
    Object Model
    PDFMeasure ClassPDFCosDictionary Class
    Syntax
    public abstract class PDFMeasure 
        extends Object 
    Inheritance Hierarchy

    java.lang.Object
       com.o2sol.pdf4java.spatial.PDFMeasure
          com.o2sol.pdf4java.spatial.PDFGeospatialMeasure
          com.o2sol.pdf4java.spatial.PDFRectilinearMeasure

    See Also